home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib8 / v_10_03 / 1003066a < prev    next >
Encoding:
Text File  |  1995-11-01  |  179 b   |  16 lines

  1.  
  2. Listing 2
  3. *****
  4. PLOAD:
  5.      DEF SEG = &HB000
  6.      BLOAD N$,0
  7.      DEF SEG
  8. RETURN
  9. PSAVE:
  10.      DEF SEG = &HB000
  11.      BSAVE N$,0,32767
  12.      DEF SEG
  13. RETURN
  14. *********
  15.  
  16.